A. Display
B. Page_Load
C. Render
D. The Prerender
Advertisement
Related Mcqs:
- In ASP.NET if one wants to set the focus on a particular control________________?
- A. Call FOCUS method B. Call SETCONTROL C. Call SETFOCUS D. None of the above...
- Which of the following method must be overridden in a custom control ?
- A. The default constructor B. The Control_Build() method C. The Paint() method D. The Render() method...
- To add a custom control to a Web form we have to register with?
- A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above...
- To add a custom control to a Web form we have to register with?
- A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above...
- Custom Controls are derived from which of the classes_________________?
- A. Website B. WebForm C. Webfarm D. None of the above...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- Which of the following method is used to obtain details about information types of assembly ?
- A. GetType B. GetTypes C. Both A and B D. None of these...
- Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
- A. DataBind B. DataList C. Fill( ) D. Load ( )...
- How do you get information from a form that is submitted using the “post” method ?
- A. Request.QueryString B. Response.writeln C. Response.write D. Request.Form...
Advertisement